-
Notifications
You must be signed in to change notification settings - Fork 16k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve integration docs #28426
improve integration docs #28426
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
that will render on this site (https://python.langchain.com/). | ||
In order to contribute an integration, you should follow these steps: | ||
|
||
1. Confirm that your integration is in the [list of components](#components-to-integrate) we are currently encouraging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
encouraging -> accepting?
|
||
Each type of integration has its own set of standard tests. Please see the correct guide for setting up standard tests for your integration: | ||
|
||
- [Chat Models] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assume this is wip?
Proposal is: - Each type of component (chat models, embeddings, etc) has a dedicated guide. - This guide contains detail on both implementation and testing via langchain-tests. - We delete the monolithic standard-tests guide.
Alternative to #28426 --------- Co-authored-by: Erick Friis <[email protected]>
Copied new content to #28547. Closing in favor of that and subsequent PRs. |
No description provided.